home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 2 / aboutdlg.cpp next >
C/C++ Source or Header  |  1996-08-31  |  799b  |  34 lines

  1. // AboutDlg.cpp : implementation file
  2. //
  3.  
  4. #include "appbar.h"
  5. #include "globals.h"
  6. //#include "AboutDlg.h"
  7.  
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // AboutDlg dialog
  16.  
  17.  
  18. AboutDlg::AboutDlg(CWnd* pParent /*=NULL*/)
  19.     : CDialog(AboutDlg::IDD, pParent)
  20. {
  21.     //{{AFX_DATA_INIT(AboutDlg)
  22.         // NOTE: the ClassWizard will add member initialization here
  23.     //}}AFX_DATA_INIT
  24. }
  25.  
  26. BEGIN_MESSAGE_MAP(AboutDlg, CDialog)
  27.     //{{AFX_MSG_MAP(AboutDlg)
  28.         // NOTE: the ClassWizard will add message map macros here
  29.     //}}AFX_MSG_MAP
  30. END_MESSAGE_MAP()
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // AboutDlg message handlers
  34.